ComponentOne ASP.NET MVC Controls
BaseCollectionViewService<T> Class
Members 

C1.Web.Mvc Namespace : BaseCollectionViewService<T> Class
Defines the base class for all the collectionview services.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class BaseCollectionViewService(Of T) 
   Inherits Service
   Implements IItemsSource(Of T), ITemplate 
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class BaseCollectionViewService<T> : Service, IItemsSource<T>, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
         C1.Web.Mvc.BaseCollectionViewService<T>
            C1.Web.Mvc.BaseODataCollectionViewService<T>

See Also

Reference

BaseCollectionViewService<T> Members
C1.Web.Mvc Namespace